home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Codigo / hh / rsource.exe / Hexen Source / CT_CHAT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-10  |  265 b   |  16 lines

  1. //
  2. // Chat mode stuff
  3. //
  4.  
  5. #define CT_PLR_GREEN    1
  6. #define CT_PLR_YELLOW    2
  7. #define CT_PLR_RED        3
  8. #define CT_PLR_BLUE        4
  9. #define CT_PLR_ALL        5
  10.  
  11. #define CT_KEY_GREEN    'g'
  12. #define CT_KEY_YELLOW    'y'
  13. #define CT_KEY_RED        'r'
  14. #define CT_KEY_BLUE        'b'
  15. #define CT_KEY_ALL        't'
  16.